object WaitNet: TWaitNet Left = 379 Top = 277 BorderIcons = [] BorderStyle = bsDialog Caption = 'Waiting on network clearance' ClientHeight = 71 ClientWidth = 195 Color = clSilver Font.Color = clBlack Font.Height = -15 Font.Name = 'Times New Roman' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter OnClose = FormClose PixelsPerInch = 96 TextHeight = 17 object Label1: TLabel Left = 0 Top = 17 Width = 195 Height = 17 Align = alTop Alignment = taCenter Caption = 'in a minute then press Abort.' end object Label2: TLabel Left = 0 Top = 0 Width = 195 Height = 17 Align = alTop Alignment = taCenter Caption = 'If this message does not clear' end object BitBtn1: TBitBtn Left = 60 Top = 40 Width = 75 Height = 25 Caption = '&Abort' TabOrder = 0 OnClick = BitBtn1Click Kind = bkAbort end end